Skip to main content

SpectrogramArray

SpectrogramArray[list] returns the spectrogram data of list.

SpectrogramArray[list,n] uses partitions of length n.

SpectrogramArray[list,n,d] uses partitions with offset d.

SpectrogramArray[list,n,d,wfun] applies a smoothing window wfun to each partition.

SpectrogramArray[list,n,d,wfun,m] pads partitions with zeros to length m prior to the computation of the transform.

SpectrogramArray[audio,…] returns spectrogram data of audio.

SpectrogramArray[video] returns the spectrogram data of the first audio track in video.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.